home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / games / SlightOHand.dxr / Internal_6_restart game.ls < prev    next >
Encoding:
Text File  |  2002-01-31  |  263 b   |  15 lines

  1. property pButton, spriteNum
  2.  
  3. on beginSprite me
  4.   pButton = sprite(spriteNum)
  5. end
  6.  
  7. on mouseDown me
  8.   if (the timeOutList).count > 0 then
  9.     repeat with i = 1 to (the timeOutList).count
  10.       (the timeOutList)[i].forget()
  11.     end repeat
  12.   end if
  13.   go("first")
  14. end
  15.